You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > MatrixInt.ResizeAndTranspose Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.ResizeAndTranspose Method

Resize and transpose.

Syntax
C#
Visual Basic
public TMtxInt ResizeAndTranspose([In] TMtxInt Src, int NewRows, int NewCols);

Resizes the calling matrix to NewRows and NewCols and then copies the Src matrix values to the calling matrix. The elements outside the newly created matrix size are not referenced. At the end the method also transposes the Src matrix. All this operations are performed in one single pass.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!